Xen MCE test: all test cases
authorKeir Fraser <keir@xen.org>
Fri, 24 Dec 2010 10:23:08 +0000 (10:23 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 24 Dec 2010 10:23:08 +0000 (10:23 +0000)
commit1fe31556939b7533318af0a6627d6857e7c92bc5
treefc4bbff65b97c8dfadae28b04d76ab01e1430f05
parentbb400f3043ec5e214b202962beade27625bf3109
Xen MCE test: all test cases

Implement the test cases. Each of cases will call the common function,
then call mce inject tool. README for Xen MCE test suite, include the
framwork and test instruction.

Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Haicheng Li<haicheng.li@intel.com>
Signed-off-by: Xudong Hao <xudong.hao@intel.com>
tools/tests/mce-test/Makefile [new file with mode: 0644]
tools/tests/mce-test/README [new file with mode: 0644]
tools/tests/mce-test/cases/srao_llc/dom0/cases.sh [new file with mode: 0644]
tools/tests/mce-test/cases/srao_llc/guest/cases.sh [new file with mode: 0644]
tools/tests/mce-test/cases/srao_llc/xen/cases.sh [new file with mode: 0644]
tools/tests/mce-test/cases/srao_mem/dom0/cases.sh [new file with mode: 0644]
tools/tests/mce-test/cases/srao_mem/guest/cases.sh [new file with mode: 0644]
tools/tests/mce-test/cases/srao_mem/xen/cases.sh [new file with mode: 0644]
tools/tests/mce-test/cases/ucna_llc/dom0/cases.sh [new file with mode: 0644]
tools/tests/mce-test/cases/ucna_llc/guest/cases.sh [new file with mode: 0644]
tools/tests/mce-test/cases/ucna_llc/xen/cases.sh [new file with mode: 0644]